Vcenter Vm Hardware Boot Device Entry
The Vcenter Vm Hardware Boot Device Entry schema specifies a bootable virtual device class or specific bootable virtual device(s).
{
"type": "string",
"nic": "string",
"disks": [
"string"
]
}
Virtual device type.
For more information see: Vcenter Vm Hardware Boot Device Type.
Virtual Ethernet device. Ethernet device to use as boot device for this entry.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Boot Device Type.ETHERNET.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet
.
Virtual disk device. List of virtual disks in boot order.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Boot Device Type.DISK.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk
.